/* CSS Document */
/*---------------------------------------------
  Browser Default Initialization
---------------------------------------------*/
body, div, dl, dt, dd {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

ul {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

ul li {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  width: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

ul li {
  list-style-type: none;
}

a, button, input, textarea {
  outline: none;
}

img {
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}

x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

embed, iframe, object {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}